How to deploy a Java web application? [closed]
Posted
by Yatendra Goel
on Stack Overflow
See other posts from Stack Overflow
or by Yatendra Goel
Published on 2010-01-31T17:54:34Z
Indexed on
2010/03/25
2:03 UTC
Read the original article
Hit count: 541
I have developed a Java Web Application and I want to show it to my client by hosting it on a server.
I tried to run it on my localpc through web-browser and it worked fine. I gave the hostname as "localhost" in the URL of my webApplication.
Now I want to show it to my client who is on other computer on internet. I tried to replace the "localhost" from my webApplication's url to my current ip address. But when I put that URL on my own browser, it didn't work.
How can I show that web-application to my client.
I have my own domain name but do not own any web-hosting.
I don't want to purchase a web-hosting plan.
One more problem:
I don't have static IP address. My IP changes almost everytime when I connect to my ISP.
© Stack Overflow or respective owner